e92947fe4d0a1cd9324a41ca5b3097d0019727da,portal-impl/src/com/liferay/portlet/login/util/LoginUtil.java,LoginUtil,getURLCreateAccount,#HttpServletRequest#ThemeDisplay#,178
Before Change
themeDisplay.getScopeGroupId(), false,
PropsValues.COMPANY_SECURITY_STRANGERS_URL);
accountURL = PortalUtil.getLayoutURL(layout, themeDisplay);
}
catch (NoSuchLayoutException nsle) {
}
}
return accountURL;
}
public static String getEmailFromAddress(PortletPreferences preferences) {
After Change
themeDisplay.getScopeGroupId(), false,
PropsValues.COMPANY_SECURITY_STRANGERS_URL);
return PortalUtil.getLayoutURL(layout, themeDisplay);
}
catch (NoSuchLayoutException nsle) {
}